home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20030409-20031118
/
000092_fdc@columbia.edu_Tue May 20 12:38:19 EDT 2003.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
2KB
|
40 lines
Article: 14312 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news.columbia.edu!news-not-for-mail
From: fdc@columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: Kermit/SSL-TLS : connection refused
Date: 20 May 2003 12:38:15 -0400
Organization: Columbia University
Lines: 23
Message-ID: <badlln$dsa$1@watsol.cc.columbia.edu>
References: <c30aaa81.0305190714.f336f03@posting.google.com> <baatg9$fs7$1@watsol.cc.columbia.edu> <c30aaa81.0305200830.43f36783@posting.google.com>
NNTP-Posting-Host: watsol.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1053448696 13260 128.59.39.139 (20 May 2003 16:38:16 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 20 May 2003 16:38:16 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14312
In article <c30aaa81.0305200830.43f36783@posting.google.com>,
Eric <ericboniface@chez.com> wrote:
: > : Now I try to connect to SSL/TLS FTP server, but I always have a (very
: > : quick) connection refused message.
: ...
: Finally, I can create a debug.log file.
: Here is a part of the traces doing a ftp open xx.xx.xx.xx 990 or ftp
: open /TLS xx.xx.xx.xx :
: 18:06:26.600 ftp hookup A[xx.xx.xx.xx]
: 18:06:26.601 ftp hookup C[xx.xx.xx.xx]
: 18:06:26.601 ftp hookup socket=4
: 18:06:26.601 ftp hookup HADDRLIST
: 18:06:26.603 ftp hookup connect failed=239
:
239 = "Connection refused". In other words, you can't even connect to
the server. This happens when the server is not there at all, or the
port is blocked.
Are you sure you're supposed to be using SSL CONNECT? What happens when
you try to connect to the same host on the regular FTP port. Maybe then
it will negotiate TLS as described in the reference I gave you yesterday.
- Frank